func net.sysSocket
5 uses
	net (current package)
		ipsock_posix.go#L28: 	s, err := sysSocket(syscall.AF_INET, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
		ipsock_posix.go#L52: 		s, err := sysSocket(syscall.AF_INET6, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
		mptcpsock_linux.go#L37: 	s, err := sysSocket(syscall.AF_INET, syscall.SOCK_STREAM, _IPPROTO_MPTCP)
		sock_cloexec.go#L20: func sysSocket(family, sotype, proto int) (int, error) {
		sock_posix.go#L19: 	s, err := sysSocket(family, sotype, proto)
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |